Welcome![Sign In][Sign Up]
Location:
Search - LED effect

Search list

[SCM交通灯

Description: 熙熙攘攘的街头,人流车水有条不紊地行进着,靠的是交通灯的指挥作用,交通灯的绿、红、黄灯交替工作着,指挥着交通,维持着秩序。 课程设计采用单片机AT89C51为中心器件来设计交通灯,从而模拟十字路口交通灯的各种状态显示。设计由单片机AT89C51,LED八位数码显示管等组成。软件上采用C语言编程实现。主要编写了主程序,数码管显示程序和延时程序,经模拟,实现交通灯的功能。操作简单,设计简单易懂,但由于采用的是纯延时,因此会有一定的误差,但不影响总体效果。 在遇紧急情况时,可通过按键控制交通灯全亮红灯,从而解决紧急情况的交通问题。(Bustling streets, traffic cars, water methodically moving, relying on the command of the traffic lights, traffic lights green, red and yellow lights alternating work, directing traffic, maintaining order. The curriculum design uses the single chip microcomputer AT89C51 as the central device to design the traffic lights, thus simulates each kind of status display of the intersection traffic lights. Design by SCM, AT89C51, LED, eight bit digital display tube and so on. The software is programmed with C language. Mainly written in the main program, digital display procedures and delay procedures, by simulation, to achieve traffic lights function. The operation is simple, the design is simple and easy to understand, but because of the adoption of pure delay, there will be some errors, but it does not affect the overall effect. In case of emergency, the traffic lights can be controlled by a button to complete the red light, thus solving the traffic problems in an emergency.)
Platform: | Size: 55296 | Author: ?玥 | Hits:

[OtherHC89F0431

Description: 点亮LED的效果,HC89F0431,让你了解灯的亮灭效果,(Light up the effect of LED)
Platform: | Size: 26624 | Author: quqt | Hits:

[ARM-PowerPC-ColdFire-MIPSArduino_LED

Description: 用STM32F030F4最小系统板,实现ARDUINO的LED闪烁功能,经过测试效果良好。(With STM32F030F4 minimum system board, to achieve the ARDUINO LED flashing function, tested, the effect is good.)
Platform: | Size: 28672 | Author: mcu_tjut | Hits:

[OtherRGB_LED_M051

Description: 利用PWM驱动RGB管脚的LED等,并呼吸效果(Use PWM to drive the RGB pin of LED, etc., and breathe the effect)
Platform: | Size: 70656 | Author: 猪工 | Hits:

[Embeded-SCM DevelopALIENTEK MiniSTM32 实验1 跑马灯

Description: 本实验通过代码控制ALIENTEK MiniSTM32开发板上的两个LED:DS0和DS1交替闪烁,实现类似跑马灯的效果。(In this experiment, control two LED:DS0 and DS1 ALIENTEK MiniSTM32 development board flashing through the code, to achieve the effect similar to the marquee.)
Platform: | Size: 848896 | Author: zl492887624 | Hits:

[SCM新建 永中文字

Description: 关于控制LED呼吸渐变的效果,采用STC89C54单片机实现(On the control of LED breathing gradient effect, using STC89C54 MCU)
Platform: | Size: 2048 | Author: 陈伟aaaa | Hits:

[SCM1LED流水灯

Description: cc2530 基础实验之一 利用两颗led实现流水灯的效果(Achieve the effect of LED water lamp)
Platform: | Size: 16384 | Author: romance | Hits:

[Embeded-SCM DevelopNO.20

Description: 利用单片机、1个开关、8个LED发光二极管(水平排列),实现开关控制循环左移和右移流水灯效果。系统晶振12M,要求: (1)开关合上时,8个LED从右到左以1秒间隔依次点亮(即任一时刻只能有1个LED亮),如此循环; (2)开关断开时,8个LED从左到右以0.5秒间隔依次点亮(即任一时刻只能有1个LED亮),如此循环;(Using single chip microcomputer, 1 switches and 8 LED light emitting diodes (horizontal arrangement), the switch controls the effect of the left shift and right shift running water lamp. The system crystal oscillator 12M requires: (1) when the switch is closed, the 8 LED is lit from right to left at one second interval (that is, only 1 LED lights at any time), so circulate. (2) when the switch is disconnected, the 8 LED is lit from left to right at 0.5 seconds interval (that is, only 1 LED lights at any time), so circulate.)
Platform: | Size: 72704 | Author: 麻吉上 | Hits:

[Embeded-SCM DevelopALIENTEK MINISTM32 实验1跑马灯-库函数操作

Description: 本实验通过代码控制开发板上的两个LED:DS0和DS1交替闪烁,实现类似跑马灯的效果。(This experiment controls two LEDs on the development board through code control: DS0 and DS1 flash alternately to achieve the effect of marquees.)
Platform: | Size: 2478080 | Author: 代码学习 | Hits:

[Embeded-SCM Developliushuideng

Description: 用74ls164的并行输出端接8个发光二极管,利用它的串入并出的功能,把发光二极管从左到右轮流点亮一个灯,并反复循环。(即流水灯效果)(A parallel output terminal of 74LS164 is used to connect 8 light-emitting diodes. By using its function of string in and out, the LED can turn a lamp on from left to right and circulate repeatedly. (that is, water lamp effect))
Platform: | Size: 15360 | Author: 枫叶。。 | Hits:

[uCOSSTM32F103C8T6_UCOS_DEMO

Description: 这是按照前面我发的从零开始学习ucosii手册,编写成功的模板。芯片是stm32f103c8t6,移植在f103芯片上,都是同理可得。记住虽然可以直接拿着用,但是要修改对应的IO口哦,程序效果是led小灯闪烁。(有一个问题我也不太清楚,理论上c8t6的启动文件应该是startup_stm32f10x_md.s,但是用它却不能成功。用startup_stm32f10x_hd.s却成功了。)(This is a successful template written in front of the uCOSII manual that I started from zero. The chip is stm32f103c8t6, and the transplant is on the F103 chip. Remember that although it can be used directly, but to modify the corresponding IO mouth Oh, the program effect is the LED light flicker. (there is one problem I'm not very clear about. In theory, c8t6's startup file should be startup_stm32f10x_md.s, but it can't be successful with it. It was successful with startup_stm32f10x_hd.s.))
Platform: | Size: 1000448 | Author: 悲天名人 | Hits:

[SCM18f67k40.X

Description: 日常生活中经常见到的广告牌以LED流动发光的形式来增加效果,该文件就包含了流水灯的编程代码。(The billboards that are often seen in daily life increase the effect in the form of LED luminous light. The file contains the programming code of the water lamp.)
Platform: | Size: 202752 | Author: ananasSam | Hits:

[SCMPWM实验—库函数版本

Description: PWM实验,实验效果为外接LED灯缓慢闪烁(PWM experiment, the effect of external LED lights slowly flicker.)
Platform: | Size: 6825984 | Author: 王庆浩 | Hits:

[SCM跑马灯

Description: 实现开发板载LED灯循环闪烁的跑马灯效。例程给出2个LED灯的实现代码,多个LED的实现只需参照源码进行添加即可。(Achieve the development of on-board LED lights cycle flashing horse racing effect. The routine gives the implementation code of two LED lights. The implementation of multiple LEDs can be added only by referring to the source code.)
Platform: | Size: 3478528 | Author: tiam2333 | Hits:

[SCMWS2812实时时钟程序

Description: STM32F103C8T6+WS2812串行总线控制60个全彩LED,实现带呼吸效果的制炫酷实时时钟功能(STM32F103C8T6+WS2812 serial bus controls 60 full-color LEDs to realize cool real-time clock function with breath light effect)
Platform: | Size: 305152 | Author: 简单|纯粹 | Hits:
« 1 2 ... 11 12 13 14 15 16»

CodeBus www.codebus.net